home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / TIME_ZON / TIME_ZON.E_N < prev   
Text File  |  1991-11-08  |  2KB  |  36 lines

  1. Notes on Time Zones
  2.  
  3.  
  4. Here are some quick notes on using and dissecting TimeZones. It is a simple
  5. app which shows you the current time in your choice of cities around the
  6. world, in a little list window which you can keep up to refer to.
  7.  
  8. 1) To add a new zone, delete one, or edit one, choose Change zones... from
  9. the menu. Select and click the button of your choice. If you're adding or
  10. editing, simply enter the name and the number of hours difference between
  11. your Mac clock and the clock in that zone. For example, I live in Seattle:
  12. therefore I put 0 hours difference in for Seattle, but for New York I put
  13. in +3 hours to indicate that the clock there should be 3 hours 'more'
  14. than mine in Seattle. That's all.
  15.  
  16. 2) The combination of classes CNobject (named objects), CNameList (a list
  17. which handles named objects), and CListBox (which presents list boxes for
  18. named objects) is a pretty handy collection. Some of it is fairly old
  19. now, and new classes could probably do the job better, but it works well
  20. and consistently, and is fairly easy to use. Just see CODoc to see how
  21. little needs to be done outside the CNameList.
  22.  
  23. 3) If any of this seems worth a buck or two, I'd appreciate it, since I
  24. would like nothing better than to clean up and upload a few more classes
  25. which I've been working on, but need a way to support my avocation....
  26.  
  27. 4) Note the many libs added with the strange names: xxxlib. These are simply
  28. the ThinkC classes all compiled into libs. You can either add the individual
  29. files or make up a set of libs - if you miss any, it'll let you know...
  30.  
  31. Mike Grube
  32. 1012 NE 126th
  33. Seattle, WA 98125
  34.  
  35.  
  36.